Instructions
------------
This modified Land2876.chl is for use with Greenpatch V2.0. To use, first download and install
the Greenpatch V2.0 map from Kayssplace, using its readme instructions, and simply replace the
map's Land2876.chl file with the one included here.

Source Files (For Modders)
--------------------------
The important ones are GodEngineH_0.9b.txt and GodEngine_0.9b.txt. Look in the header file 
(GodEngineH_0.9b.txt) for documentation on how to use God Engine. By design, you should not have to look 
at the low-level implementation in GodEngine_0.9b.txt at all in order to use it. Everything you need to know 
is in  GodEngineH_0.9b.txt. Check out the prototype AI (GE Bimbo.txt) for a (bad) example AI. It might 
be a good idea to copy and modify that file to make your own unique (and hopefully improved) god personality.
God Engine does not presently support high-level platoon control in its interface, so this build uses
00din's Platoon AI (which I believe was modified by Daxter for this build.)


Credits
-------
Godplex    (for God Engine)
Daxter     (for Greenpatch V2.0)
Harmonixer (for landscape)
00din      (for platoon AI)

Special thanks to anyone else who contributed directly or indirectly.
(Sorry if I left anyone out, shoot me a PM on the forums if I missed you.)



# Description:  Prototype AI using the God Engine API.
#
# Credits:      Godplex
#               Daxter (for original idea and a bit of his code)
#
# Final Notes:  This is not a "good" AI, in that it probably won't be
#               fun to play against. For example; a good, fun AI probably
#               wouldn't construct every building in the town. A good AI
#               would probably behave more strategically, or role-play.
#               The goal of this AI is to simply test the functionality of
#               God Engine, so that's all it should be expected to do. That
#               being said, I hope you like what you see.
#
# Features:     - Gathers resources based on desire
#               ^- Will water fields if necessary
#               ^- Throws trees and ore rocks like a badass (BROKEN, DISABLED)
#               - Puts out fires
#               - Regenerates mana based on town population
#               - Constructs new buildings
#               - (Disabled) Repairs damaged buildings
#               - Maintains an exact number of each disciple type
